home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
51329
/
51329.xpi
/
chrome
/
firefound.jar
/
content
/
settings.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-12-14
|
3KB
|
59 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://mozapps/content/preferences/preferences.css" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css" type="text/css"?>
<?xml-stylesheet href="chrome://firefound/skin/settings.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://firefound/locale/strings.dtd">
<dialog
onload="FIREFOUND.load(true); setTimeout(function () { FIREFOUND.getPreferencesForFirefox(); }, 1000);"
ondialogaccept="return FIREFOUND.setPreferences();"
title="&settings.title;"
buttons="accept,cancel"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://firefound/content/firefound.js"></script>
<stringbundleset id="stringbundleset">
<stringbundle id="firefound-bundle" src="chrome://firefound/locale/strings.properties" />
</stringbundleset>
<vbox>
<deck id="loading">
<label value="&settings.loading;" class="throbber" />
<label value="&settings.saving;" class="throbber" />
<label value="&settings.downloading;" class="throbber" />
</deck>
<vbox id="controls" style="visibility: hidden;">
<groupbox orient="horizontal" align="center">
<label control="email">&settings.emailAddress;</label>
<textbox id="email" flex="1" />
</groupbox>
<groupbox>
<label control="miles">&settings.sendEmail.1;</label>
<hbox align="center">
<textbox id="miles" size="2" />
<label control="miles">&settings.sendEmail.2;</label>
</hbox>
</groupbox>
<groupbox>
<label>&settings.dataProtection.header;</label>
<hbox>
<vbox>
<checkbox id="edp_history" label="&settings.dataProtection.history;" />
<checkbox id="edp_downloads" label="&settings.dataProtection.downloads;" />
<checkbox id="edp_formdata" label="&settings.dataProtection.formdata;" />
<checkbox id="edp_cache" label="&settings.dataProtection.cache;" />
<checkbox id="edp_offlineApps" label="&settings.dataProtection.offlineApps;" />
</vbox>
<vbox align="top">
<checkbox id="edp_passwords" label="&settings.dataProtection.passwords;" />
<checkbox id="edp_cookies" label="&settings.dataProtection.cookies;" />
<checkbox id="edp_sessions" label="&settings.dataProtection.sessions;" />
<checkbox id="edp_siteSettings" label="&settings.dataProtection.siteSettings;" />
</vbox>
</hbox>
</groupbox>
<groupbox>
<button oncommand="FIREFOUND.downloadLocations();" label="&settings.data.download;" />
</groupbox>
</vbox>
</vbox>
</dialog>